after

Same thing as startsWith, but returns the part after the afterWhat

pure nothrow @nogc @safe
string
after
(
string str
,
const string afterWhat
)

Meta